-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have two usb-webcams on them machine, but at bot they some switch /dev/video number.
The solution to this problem seems to be new udev rule. I have added this rule in/etc/udev/rules.d/jj-video.rules:
Fix webcam 1
KERNEL=="video1", SUBSYSTEM=="video4linux", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d6b"…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
Hello all.
I'm working on a 3d music visualizer using Ogre3d, basically it's a spectrum analizer, a lot like the old xmms plugin:
(http)://www.youtube.com/watch?v=_6NKBiwYN24
It works well, the bars are drawn and updated, there are no framerate issues, but it crashes randomly. Sometimes it can run…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
what is wrong with this code?
field="id";
table="MInvMonth";
condition="machine_id=37";
public static String getConditionedField(String field, String table, String condition)
try
{
if (cmd == null) getConnection();
cmd.CommandText = "Select " + field + " from " + table +…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am using SARG to get a report on the squid log files, I get this result
/usr/local/Sarg/bin/sarg -l /usr/local/squid/var/logs/access.log
SARG: Records in file: 0, reading: 0.00%
SARG: Records in file: 0, reading: 0.00%
SARG: Records in file: 0, reading: 0.00%
SARG: Records in file: 0, reading:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
I have a problem when joining a CentOS release 5.4 (Final) x64 machine to the domain after running domainjoin-cli --loglevel info --log . join domain.local password I obtain the following, which seems to hang on "20100428112821:INFO:Finishing krb5.conf configuration"
20100428112817:INFO:Domainjoin…
>>> More